PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / setValidateAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction that shall be performed when the field's value is changed. This action may check the new value for validity.
In This Topic
    setValidateAction Method
    In This Topic
    Sets the validate action.
    Syntax
    public void setValidateAction( 
       PDFJavaScriptAction value
    )

    Parameters

    value
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction that shall be performed when the field's value is changed. This action may check the new value for validity.
    See Also